home *** CD-ROM | disk | FTP | other *** search
/ Aminet 2 / Aminet AMIGA CDROM (1994)(Walnut Creek)[Feb 1994][W.O. 44790-1].iso / Aminet / util / libs / UnArp14.lha / UnArp.doc < prev   
Text File  |  1992-07-12  |  3KB  |  79 lines

  1. --------------------------------------------------------------------------
  2.                           UnArp v1.4 (12-Jul-92)
  3. --------------------------------------------------------------------------
  4.  
  5. UnArp  tries to make arp.library (v39.1) more compatible to Kickstart 2.0.
  6. Many  ARP-Calls are replaced by calls to dos.library, the FileRequester is
  7. replaced  by an ASL-Requester, so that tools like "ArpToAsl" are no longer
  8. needed!
  9.  
  10. Simply call it in your Startup-Sequence or User-Startup.
  11.  
  12. --------------------------------------------------------------------------
  13. ARP-Call        Offset  Replacement
  14. --------------------------------------------------------------------------
  15. _LVOExpunge     -18     disabled, to prevent arp.library from being removed
  16.  
  17. _LVOOpen        -30     \
  18. ...                      \
  19. ...                       >--- directly redirected to dos.library calls
  20. ...                      /
  21. _LVOExecute     -222    /
  22.  
  23. _LVOPuts        -240    _LVOPutStr
  24. _LVOReadLine    -246    _LVOInput and _LVOFGets
  25. _LVOGetEnv      -282    _LVOGetVar
  26. _LVOSetEnv      -288    _LVOSetVar
  27. _LVOFileReq     -294    redirected to asl.library
  28. _LVOAssign      -336    _LVOLock and _LVOAssignLock
  29. _LVOFindCLI     -420    _LVOFindCliProc or _LVOMaxCli
  30. _LVOCompareLock -456    _LVOSameLock
  31. _LVODateStr     -564    _LVODateToStr
  32. _LVOStrDate     -570    _LVOStrToDate
  33.  
  34. _LVOLMult       -600    \
  35. _LVOLDiv        -606     >--- directly use 68020/30/40 if present 
  36. _LVOLMod        -612    /
  37.  
  38. _LVOTackOn      -624    _LVOAddPart
  39. _LVOBaseName    -630    _LVOFilePart
  40.  
  41. --------------------------------------------------------------------------
  42.  
  43. Planned enhancements:
  44.  
  45.         - Pattern-Parsing via pattern.library
  46.         - new routines for ARP-Resource-Tracking mechanisms
  47.         - replacing ARP by a full-blown new library
  48.  
  49. --------------------------------------------------------------------------
  50.  
  51.                 UnArp v1.x is placed in the Public-Domain!
  52.  
  53.  
  54.                  Send bug-reports and/or suggestions to:
  55.  
  56.                               Martin Berndt
  57.                            Fr.-Alfred-Str. 115
  58.                              4100 Duisburg 14
  59.                                  Germany
  60.  
  61. --------------------------------------------------------------------------
  62.  
  63. History:
  64.  
  65.         v1.0 - initial release
  66.  
  67.         v1.1 - _LVOPuts didn't append a newline to the string
  68.  
  69.     v1.2 - Removed a bug in the FileRequester
  70.  
  71.         v1.3 - Removed an incompatibility in _LVOBaseName
  72.                (ARP's "CMP" command didn't work as expected)
  73.  
  74.         v1.4 - Added _LVOCompareLock for XPK (ext. compression library)
  75.  
  76. --------------------------------------------------------------------------
  77.  
  78. (End of this wonderful document)
  79.